Midterm Lab Task 2: HTML Lists and Tables
Instructions/Requirements:
1. Create a new html document. Save the file as Exer2List.html
2. Using Ordered and Unordered list, do the sample content below:
UNORDERED and ORDERED LISTS
- Item 3
- Hello
- Hi
- Goodbye
- Item 4
- Hello
- Hi
- Goodbye
HTML Tables
1. Create a new html document. Save the file as Exer3Table.html
2. Using Table tags, do the sample layout below:
| Merging Table |
| A |
B |
C |
G |
| D |
| E |
F |
| H |
Source Code